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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芦弄?? | 100010001011000010011000010011010011111100111111 | 88b0984d3f3f |
EUC-JP | 芦弄?? | 101100001011001011001111101011100011111100111111 | b0b2cfae3f3f |
UTF-8 | 芦弄렪렪 | 111010001000101010100110111001011011110010000100111010111010000010101010111010111010000010101010 | e88aa6e5bc84eba0aaeba0aa |
UHC | 芦弄렪렪 | 1111101111011000110101101110011110001110101110001000111010111000 | fbd8d6e78eb88eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)