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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | クメレ蟶メレ蕋 | 101110001101001011011010111001011011100011010010110110101110010101000010 | b8d2dae5b8d2dae542 |
EUC-JP | クメレ蟶メレ蕋 | 1000111010111000100011101101001010001110110110101110101010111010100011101101001010001110110110101110100110100011 | 8eb88ed28edaeaba8ed28edae9a3 |
UTF-8 | クメレ蟶メレ蕋 | 111011111011110110111000111011111011111010010010111011111011111010011010111010001001111110110110111011111011111010010010111011111011111010011010111010001001010110001011 | efbdb8efbe92efbe9ae89fb6efbe92efbe9ae8958b |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)