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 | ??悠ァ?憺 | 001111110011111110010111010010011000001101000000001111111001110011101001 | 3f3f974983403f9ce9 |
EUC-JP | ??悠ァ?憺 | 001111110011111111001101101010101010010110100001001111111101100011101011 | 3f3fcdaaa5a13fd8eb |
UTF-8 | 룵에悠ァ룵憺 | 111010111010001110110101111011001001011110010000111001101000001010100000111000111000001010100001111010111010001110110101111001101000011010111010 | eba3b5ec9790e682a0e382a1eba3b5e686ba |
UHC | 룵에悠ァ룵憺 | 100011111010101010111111101000011110101011101101101010111010000110001111101010101101001110111100 | 8faabfa1eaedaba18faad3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)