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 | 筌??悠?┯ | 111000101010001100111111001111111001011101001001001111111000010010110110 | e2a33f3f97493f84b6 |
EUC-JP | 筌??悠?┯ | 111001001010010100111111001111111100110110101010001111111010100010111000 | e4a53f3fcdaa3fa8b8 |
UTF-8 | 筌껊끆悠낉┯ | 111001111010110110001100111010101011101110001010111010111000000110000110111001101000001010100000111010111000001010001001111000101001010010101111 | e7ad8ceabb8aeb8186e682a0eb8289e294af |
UHC | 筌껊끆悠낉┯ | 111011111010011110000011111010111000010110111010111010101110110110000101111011111010011010111000 | efa783eb85baeaed85efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)