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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 菽??? | 1110010011000001001111110011111100111111 | e4c13f3f3f |
EUC-JP | 菽?悰? | 11101000110000110011111110001111101111011111110000111111 | e8c33f8fbdfc3f |
UTF-8 | 菽렗悰렱 | 111010001000111110111101111010111010000010010111111001101000001010110000111010111010000010110001 | e88fbdeba097e682b0eba0b1 |
UHC | 菽렗悰렱 | 1110001011011101100011101010110011110000111101011000111010111110 | e2dd8eacf0f58ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)