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 | 汝????? | 10010011111100000011111100111111001111110011111100111111 | 93f03f3f3f3f3f |
EUC-JP | 汝????? | 11000110111100100011111100111111001111110011111100111111 | c6f23f3f3f3f3f |
UTF-8 | 汝싪쒼呂묈뎴 | 111001101011000110011101111011001000101110101010111011001001001010111100111011111010011010000000111010111010110010001000111010111000111010110100 | e6b19dec8baaec92bcefa680ebac88eb8eb4 |
UHC | 汝싪쒼呂묈뎴 | 111001101010001110011010111010001011111010110000111001011111101110010001111001011000100110000111 | e6a39ae8beb0e5fb91e58987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)