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 | 諱ッ閾灘叉謐 | 1110011010000001101011111110100010000111100100111110010110001101101100111110011010001101 | e681afe88793e58db3e68d |
EUC-JP | 諱ッ閾灘叉謐 | 111010111110000110001110101011111110111111100111110001101110011110111010101101011110101111101101 | ebe18eafefe7c6e7bab5ebed |
UTF-8 | 諱ッ閾灘叉謐 | 111010001010101110110001111011111011110110101111111010011001011010111110111001111000000110011000111001011000111110001001111010001010110010010000 | e8abb1efbdafe996bee78198e58f89e8ac90 |
UHC | 諱??灘叉謐 | 11111101110010010011111100111111111101111010100011110011101010011101101011001101 | fdc93f3ff7a8f3a9dacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)