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 | 智?翁?材? | 100100100111000100111111100010011010010100111111100011011101111000111111 | 92713f89a53f8dde3f |
EUC-JP | 智?翁?材? | 110000111101001000111111101100101010011100111111101110101110000000111111 | c3d23fb2a73fbae03f |
UTF-8 | 智렱翁렮材렩 | 111001101001100110111010111010111010000010110001111001111011111110000001111010111010000010101110111001101001110110010000111010111010000010101001 | e699baeba0b1e7bf81eba0aee69d90eba0a9 |
UHC | 智렱翁렮材렩 | 111100101010101010001110101111101110100010111010100011101011101111101110101001111000111010110111 | f2aa8ebee8ba8ebbeea78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)