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 | 莇常襲羶駈蒐 | 111001001011010010001111111011011000111101010000111000111011110110001011111011011000111101001110 | e4b48fed8f50e3bd8bed8f4e |
EUC-JP | 莇常襲羶駈蒐 | 111010001011011010111110111011111011110110110001111001101011111110110110111011111011110110101111 | e8b6beefbdb1e6bfb6efbdaf |
UTF-8 | 莇常襲羶駈蒐 | 111010001000111010000111111001011011100010111000111010001010010110110010111001111011111010110110111010011010011110001000111010001001001010010000 | e88e87e5b8b8e8a5b2e7beb6e9a788e89290 |
UHC | ?常襲??蒐 | 001111111101111111001000111000111010100100111111001111111110001010111101 | 3fdfc8e3a93f3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)