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 | 伊豆??疑? | 100010001100100110010011101001000011111100111111100010110101111000111111 | 88c993a43f3f8b5e3f |
EUC-JP | 伊豆??疑? | 101100001100101111000110101001100011111100111111101101011011111100111111 | b0cbc6a63f3fb5bf3f |
UTF-8 | 伊豆렚렖疑숲 | 111001001011110010001010111010001011000110000110111010111010000010011010111010111010000010010110111001111001011010010001111011001000100010110010 | e4bc8ae8b186eba09aeba096e79691ec88b2 |
UHC | 伊豆렚렖疑숲 | 111011001010010111010100111001111000111010101101100011101010101111101011111101111011110110100011 | eca5d4e78ead8eabebf7bda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)