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 | 筌??溢?? | 1110001010100011001111110011111110001000111011000011111100111111 | e2a33f3f88ec3f3f |
EUC-JP | 筌??溢?? | 1110010010100101001111110011111110110000111011100011111100111111 | e4a53f3fb0ee3f3f |
UTF-8 | 筌껓퐚溢놂쬇 | 111001111010110110001100111010101011101110010011111011011001000010011010111001101011101010100010111010111000011010000010111011001010110010000111 | e7ad8ceabb93ed909ae6baa2eb8682ecac87 |
UHC | 筌껓퐚溢놂쬇 | 111011111010011110000011111011111011110110000100111011001110111010110011111011111010011010011110 | efa783efbd84eceeb3efa69e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)