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 | 籥難シ溪゙ | 1110001011011110100100111110111110111100100111111110001011011110 | e2de93efbc9fe2de |
EUC-JP | 籥難シ溪゙ | 11100100111000001100011011110001100011101011110011011110111001001000111011011110 | e4e0c6f18ebcdee48ede |
UTF-8 | 籥難シ溪゙ | 111001111011000110100101111010011001101110100011111011111011110110111100111001101011101010101010111011111011111010011110 | e7b1a5e99ba3efbdbce6baaaefbe9e |
UHC | ?難?溪? | 00111111110100011111000100111111110011011010001000111111 | 3fd1f13fcda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)