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 | 甑?夷??? | 1000110110011001001111111000100011001110001111110011111100111111 | 8d993f88ce3f3f3f |
EUC-JP | 甑?夷??? | 1011100111111001001111111011000011010000001111110011111100111111 | b9f93fb0d03f3f3f |
UTF-8 | 甑렋夷닿렓렮 | 111001111001010010010001111010111010000010001011111001011010010010110111111010111000101110111111111010111010000010010011111010111010000010101110 | e79491eba08be5a4b7eb8bbfeba093eba0ae |
UHC | 甑렋夷닿렓렮 | 111100011111011110001110101000101110110010101000101101001110101010001110101010001000111010111011 | f1f78ea2eca8b4ea8ea88ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)