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 | 壯??吾?? | 1001101011100001001111110011111110001100111000010011111100111111 | 9ae13f3f8ce13f3f |
EUC-JP | 壯??吾?? | 1101010011100011001111110011111110111000111000110011111100111111 | d4e33f3fb8e33f3f |
UTF-8 | 壯몌숴吾껓숴 | 111001011010001110101111111010111010101010001100111011001000100010110100111001011001000010111110111010101011101110010011111011001000100010110100 | e5a3afebaa8cec88b4e590beeabb93ec88b4 |
UHC | 壯몌숴吾껓숴 | 111011011110000010111000111011111011110110100100111001111110111010000011111011111011110110100100 | ede0b8efbda4e7ee83efbda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)