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 | ???五?? | 00111111001111110011111110001100110111000011111100111111 | 3f3f3f8cdc3f3f |
EUC-JP | ???五?? | 00111111001111110011111110111000110111100011111100111111 | 3f3f3fb8de3f3f |
UTF-8 | 溜븀몯五쎈졋 | 111011111010011110001011111010111011100010000000111010111010101010101111111001001011101010010100111011001000111010001000111011001010000110001011 | efa78bebb880ebaaafe4ba94ec8e88eca18b |
UHC | 溜븀몯五쎈졋 | 111010101111111010111010111001111001000110011001111001111110100110111101111010111010000010111010 | eafebae79199e7e9bdeba0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)