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 | 闊堤ス刺 | 11101000100010001001001011100111101111011000111001101000 | e88892e7bd8e68 |
EUC-JP | 闊堤ス刺 | 1110111111101000110001001110100110001110101111011011101111001001 | efe8c4e98ebdbbc9 |
UTF-8 | 闊堤ス刺 | 111010011001011110001010111001011010000010100100111011111011110110111101111001011000100010111010 | e9978ae5a0a4efbdbde588ba |
UHC | 闊堤?刺 | 11111100110001001111000010100111001111111110110110101001 | fcc4f0a73feda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)