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 | ??O?B?? | 00111111001111110100111100111111010000100011111100111111 | 3f3f4f3f423f3f |
SJIS-WIN | ??O?B?? | 00111111001111110100111100111111010000100011111100111111 | 3f3f4f3f423f3f |
EUC-JP | ??O?B?? | 00111111001111110100111100111111010000100011111100111111 | 3f3f4f3f423f3f |
UTF-8 | 혨쩌O혩B혨첫 | 1110110110011000101010001110110010101001100011000100111111101101100110001010100101000010111011011001100010101000111011001011001010101011 | ed98a8eca98c4fed98a942ed98a8ecb2ab |
UHC | 혨쩌O혩B혨첫 | 110000101001000011000010101111000100111111000010100100010100001011000010100100001100001110111001 | c290c2bc4fc29142c290c3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)