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 | セナ上ッ爵雫 | 101111101100010110001111111000111010111110001110110111011000111010110100 | bec58fe3af8edd8eb4 |
EUC-JP | セナ上ッ爵雫 | 100011101011111010001110110001011011111011100101100011101010111110111100110111111011110010110110 | 8ebe8ec5bee58eafbcdfbcb6 |
UTF-8 | セナ上ッ爵雫 | 111011111011110110111110111011111011111010000101111001001011100010001010111011111011110110101111111001111000100010110101111010011001101110101011 | efbdbeefbe85e4b88aefbdafe788b5e99bab |
UHC | ??上?爵? | 0011111100111111110111111011111000111111111011011100100100111111 | 3f3fdfbe3fedc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)