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 | 嚥〓?乳? | 1001101010001011100000011010110000111111100100111111101100111111 | 9a8b81ac3f93fb3f |
EUC-JP | 嚥〓?乳? | 1101001111101011101000101010111000111111110001101111110100111111 | d3eba2ae3fc6fd3f |
UTF-8 | 嚥〓끆乳큚 | 111001011001101010100101111000111000000010010011111010111000000110000110111001001011100110110011111011011000000110011010 | e59aa5e38093eb8186e4b9b3ed819a |
UHC | 嚥〓끆乳큚 | 11100110101111111010000111101011100001011011101011101010111000011011010001101000 | e6bfa1eb85baeae1b468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)