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 | ?????L | 001111110011111100111111001111110011111101001100 | 3f3f3f3f3f4c |
SJIS-WIN | 踵樒ウ懈謐L | 11100110111110011001111011100111101100111001110011100110111001101000110101001100 | e6f99ee7b39ce6e68d4c |
EUC-JP | 踵樒ウ懈謐L | 1110110011111011110111001110100110001110101100111101100011101000111010111110110101001100 | ecfbdce98eb3d8e8ebed4c |
UTF-8 | 踵樒ウ懈謐L | 11101000101110001011010111100110101010001001001011101111101111011011001111100110100001111000100011101000101011001001000001001100 | e8b8b5e6a892efbdb3e68788e8ac904c |
UHC | 踵??懈謐L | 111100011010001000111111001111111111101010101011110110101100110101001100 | f1a23f3ffaabdacd4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)