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 | 伊豆??怨? | 100010001100100110010011101001000011111100111111100010011000010100111111 | 88c993a43f3f89853f |
EUC-JP | 伊豆??怨醱 | 1011000011001011110001101010011000111111001111111011000111100101100011111110001011110111 | b0cbc6a63f3fb1e58fe2f7 |
UTF-8 | 伊豆렚렖怨醱 | 111001001011110010001010111010001011000110000110111010111010000010011010111010111010000010010110111001101000000010101000111010011000011010110001 | e4bc8ae8b186eba09aeba096e680a8e986b1 |
UHC | 伊豆렚렖怨醱 | 111011001010010111010100111001111000111010101101100011101010101111101010101100111101101110100011 | eca5d4e78ead8eabeab3dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)