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 | 蒻?す夜?蒻 | 11100100111010000011111110000010101101111001011011101001001111111110010011101000 | e4e83f82b796e93fe4e8 |
EUC-JP | 蒻?す夜?蒻 | 11101000111010100011111110100100101110011100110011101011001111111110100011101010 | e8ea3fa4b9cceb3fe8ea |
UTF-8 | 蒻배す夜긤蒻 | 111010001001001010111011111010111011000010110000111000111000000110011001111001011010010010011100111010101011100010100100111010001001001010111011 | e892bbebb0b0e38199e5a49ceab8a4e892bb |
UHC | 蒻배す夜긤蒻 | 111001011011011010111001111010001010101010111001111001011010100010000011011010001110010110110110 | e5b6b9e8aab9e5a88368e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)