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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 乳??? | 1001001111111011001111110011111100111111 | 93fb3f3f3f |
EUC-JP | 乳??? | 1100011011111101001111110011111100111111 | c6fd3f3f3f |
UTF-8 | 乳꾨쨹歷 | 111001001011100110110011111010101011111010101000111011001010100010111001111011111010011010001100 | e4b9b3eabea8eca8b9efa68c |
UHC | 乳꾨쨹歷 | 1110101011100001100001001110101110100100100100111110011010111000 | eae184eba493e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)