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 | ???X??? | 00111111001111110011111101011000001111110011111100111111 | 3f3f3f583f3f3f |
SJIS-WIN | ??㎝X?ろ? | 001111110011111110000111011100000101100000111111100000101110101100111111 | 3f3f8770583f82eb3f |
EUC-JP | ???X?ろ? | 0011111100111111001111110101100000111111101001001110110100111111 | 3f3f3f583fa4ed3f |
UTF-8 | 淋숈㎝X淋ろ슋 | 11101111101001111011010111101100100010001000100011100011100011101001110101011000111011111010011110110101111000111000001010001101111011001000101010001011 | efa7b5ec8888e38e9d58efa7b5e3828dec8a8b |
UHC | 淋숈㎝X淋ろ슋 | 11101100111110001001100111101100101001111010111101011000111011001111100010101010111011011001101010011011 | ecf899eca7af58ecf8aaed9a9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)