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 | 筌??椅?┥ | 111000101010001100111111001111111000100011010110001111111000010010111100 | e2a33f3f88d63f84bc |
EUC-JP | 筌??椅?┥ | 111001001010010100111111001111111011000011011000001111111010100010111110 | e4a53f3fb0d83fa8be |
UTF-8 | 筌껓퐜椅뀐┥ | 111001111010110110001100111010101011101110010011111011011001000010011100111001101010010010000101111010111000000010010000111000101001010010100101 | e7ad8ceabb93ed909ce6a485eb8090e294a5 |
UHC | 筌껓퐜椅뀐┥ | 111011111010011110000011111011111011110110000110111010111111010110110010111011111010011010111110 | efa783efbd86ebf5b2efa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)