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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第???? | 100100011110011000111111001111110011111100111111 | 91e63f3f3f3f |
EUC-JP | 第???? | 110000101110100000111111001111110011111100111111 | c2e83f3f3f3f |
UTF-8 | 第폈렱쟉렱 | 111001111010110010101100111011011000111110001000111010111010000010110001111011001001111110001001111010111010000010110001 | e7acaced8f88eba0b1ec9f89eba0b1 |
UHC | 第폈렱쟉렱 | 11110000101011111100011011110001100011101011111011000000111100011000111010111110 | f0afc6f18ebec0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)