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 | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
SJIS-WIN | ?ろ?C恁ν? | 00111111100000101110101100111111010000111001110010001100100000111100101100111111 | 3f82eb3f439c8c83cb3f |
EUC-JP | ?ろ?C恁ν? | 00111111101001001110110100111111010000111101011111101100101001101100110100111111 | 3fa4ed3f43d7eca6cd3f |
UTF-8 | 淋ろ삻C恁ν삺 | 111011111010011110110101111000111000001010001101111011001000001010111011010000111110011010000001100000011100111010111101111011001000001010111010 | efa7b5e3828dec82bb43e68181cebdec82ba |
UHC | 淋ろ삻C恁ν삺 | 11101100111110001010101011101101100110001011001001000011111011001111011010100101111011011001100010110001 | ecf8aaed98b243ecf6a5ed98b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)