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 | ???r???? | 0011111100111111001111110111001000111111001111110011111100111111 | 3f3f3f723f3f3f3f |
SJIS-WIN | ???r???? | 0011111100111111001111110111001000111111001111110011111100111111 | 3f3f3f723f3f3f3f |
EUC-JP | ???r???? | 0011111100111111001111110111001000111111001111110011111100111111 | 3f3f3f723f3f3f3f |
UTF-8 | 렱렖셌r렱렚샷샬 | 11101011101000001011000111101011101000001001011011101100100001011000110001110010111010111010000010110001111010111010000010011010111011001000001110110111111011001000001110101100 | eba0b1eba096ec858c72eba0b1eba09aec83b7ec83ac |
UHC | 렱렖셌r렱렚샷샬 | 100011101011111010001110101010111011110011000011011100101000111010111110100011101010110110111100101001101011110010100011 | 8ebe8eabbcc3728ebe8eadbca6bca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)