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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?戍?ひ?? | 0011111110011100111110010011111110000010110100000011111100111111 | 3f9cf93f82d03f3f |
EUC-JP | ?戍?ひ?? | 0011111111011000111110110011111110100100110100100011111100111111 | 3fd8fb3fa4d23f3f |
UTF-8 | 룶戍卽ひ룶깹 | 111010111010001110110110111001101000100010001101111001011000110110111101111000111000000110110010111010111010001110110110111010101011100110111001 | eba3b6e6888de58dbde381b2eba3b6eab9b9 |
UHC | 룶戍卽ひ룶깹 | 100011111010101111100010101000011111000111101101101010101101001010001111101010111011001010100001 | 8fabe2a1f1edaad28fabb2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)