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 | OBOBO[ | 100100100100111110010010010000101001001001001111100100100100001010010010010011111001001001011011 | 924f9242924f9242924f925b |
SJIS-WIN | ?O?B?O?B?O?[ | 001111110100111100111111010000100011111101001111001111110100001000111111010011110011111101011011 | 3f4f3f423f4f3f423f4f3f5b |
EUC-JP | ?O?B?O?B?O?[ | 001111110100111100111111010000100011111101001111001111110100001000111111010011110011111101011011 | 3f4f3f423f4f3f423f4f3f5b |
UTF-8 | OBOBO[ | 110000101001001001001111110000101001001001000010110000101001001001001111110000101001001001000010110000101001001001001111110000101001001001011011 | c2924fc29242c2924fc29242c2924fc2925b |
UHC | ?O?B?O?B?O?[ | 001111110100111100111111010000100011111101001111001111110100001000111111010011110011111101011011 | 3f4f3f423f4f3f423f4f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)