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 | 伊豆???? | 1000100011001001100100111010010000111111001111110011111100111111 | 88c993a43f3f3f3f |
EUC-JP | 伊豆??勖? | 10110000110010111100011010100110001111110011111110001111101100111110110100111111 | b0cbc6a63f3f8fb3ed3f |
UTF-8 | 伊豆렚렖勖렢 | 111001001011110010001010111010001011000110000110111010111010000010011010111010111010000010010110111001011000101110010110111010111010000010100010 | e4bc8ae8b186eba09aeba096e58b96eba0a2 |
UHC | 伊豆렚렖勖렢 | 111011001010010111010100111001111000111010101101100011101010101111101001111011011000111010110011 | eca5d4e78ead8eabe9ed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)