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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濡??饒?? | 1001010001000111001111110011111111101001011000000011111100111111 | 94473f3fe9603f3f |
EUC-JP | 濡??饒?? | 1100011110101000001111110011111111110001110000010011111100111111 | c7a83f3ff1c13f3f |
UTF-8 | 濡녿젣饒잙죯 | 111001101011111110100001111010111000010110111111111011001010000010100011111010011010010110010010111011001001111010011001111011001010001110101111 | e6bfa1eb85bfeca0a3e9a592ec9e99eca3af |
UHC | 濡녿젣饒잙죯 | 111010111010000110000110111010111010000010011100111010011010111010011111111010111010000110001010 | eba186eba09ce9ae9feba18a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)