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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訒滉貅丞 | 1111101110100011100111111110010011100110101110101000111111100101 | fba39fe4e6ba8fe5 |
EUC-JP | 訒滉貅丞 | 100011111101110111001000110111101110011011101100101111001011111011100111 | 8fddc8dee6ecbcbee7 |
UTF-8 | 訒滉貅丞 | 111010001010100010010010111001101011101110001001111010001011001010000101111001001011100010011110 | e8a892e6bb89e8b285e4b89e |
UHC | ?滉?丞 | 001111111111110011010001001111111110001110101010 | 3ffcd13fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)