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 | 榮??悠?? | 1001111011000100001111110011111110010111010010010011111100111111 | 9ec43f3f97493f3f |
EUC-JP | 榮??悠?? | 1101110011000110001111110011111111001101101010100011111100111111 | dcc63f3fcdaa3f3f |
UTF-8 | 榮노벦悠띈염 | 111001101010011010101110111010111000010110111000111010111011001010100110111001101000001010100000111010111001110110001000111011001001011110111100 | e6a6aeeb85b8ebb2a6e682a0eb9d88ec97bc |
UHC | 榮노벦悠띈염 | 111001111011010010110011111010111001001110111110111010101110110110110110111010001011111110110000 | e7b4b3eb93beeaedb6e8bfb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)