To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 橈??韋?? | 1001111011110100001111110011111111101000111010000011111100111111 | 9ef43f3fe8e83f3f |
EUC-JP | 橈??韋?? | 1101110011110110001111110011111111110000111010100011111100111111 | dcf63f3ff0ea3f3f |
UTF-8 | 橈볝뀽韋됪껸 | 111001101010100110001000111010111011001110011101111010111000000010111101111010011001111110001011111010111001000010101010111010101011101110111000 | e6a988ebb39deb80bde99f8beb90aaeabbb8 |
UHC | 橈볝뀽韋됪껸 | 111010001111101010010011111000111000010110110011111010101101111110001001111001101011001010111001 | e8fa93e385b3eadf89e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)