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 | 伊豆?峰?除 | 10001000110010011001001110100100001111111001010111110100001111111000111110011100 | 88c993a43f95f43f8f9c |
EUC-JP | 伊豆?峰?除 | 10110000110010111100011010100110001111111100101011110110001111111011110111111100 | b0cbc6a63fcaf63fbdfc |
UTF-8 | 伊豆렠峰썬除 | 111001001011110010001010111010001011000110000110111010111010000010100000111001011011001110110000111011001000110110101100111010011001100110100100 | e4bc8ae8b186eba0a0e5b3b0ec8dace999a4 |
UHC | 伊豆렠峰썬除 | 111011001010010111010100111001111000111010110001110111001110100010111101111000111111000010110110 | eca5d4e78eb1dce8bde3f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)