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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 丈ヲ叱鋐悉 | 100011111110010010100110100011101011011011111011110100101000111010111011 | 8fe4a68eb6fbd28ebb |
EUC-JP | 丈ヲ叱鋐悉 | 1011111011100110100011101010011010111100101110001000111111100100101111101011110010111101 | bee68ea6bcb88fe4bebcbd |
UTF-8 | 丈ヲ叱鋐悉 | 111001001011100010001000111011111011110110100110111001011000111110110001111010011000101110010000111001101000001010001001 | e4b888efbda6e58fb1e98b90e68289 |
UHC | 丈?叱?悉 | 1110110111011011001111111111001011101010001111111110001111111010 | eddb3ff2ea3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)