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 | 筌??節?? | 1110001010100011001111110011111110010000110111110011111100111111 | e2a33f3f90df3f3f |
EUC-JP | 筌??節?? | 1110010010100101001111110011111111000000111000010011111100111111 | e4a53f3fc0e13f3f |
UTF-8 | 筌껉여節욃룛 | 111001111010110110001100111010101011101110001001111011001001011110101100111001111010111110000000111011001001101010000011111010111010001110011011 | e7ad8ceabb89ec97ace7af80ec9a83eba39b |
UHC | 筌껉여節욃룛 | 111011111010011110000011111010101011111110101001111011111011110110011110111001011000111110010111 | efa783eabfa9efbd9ee58f97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)