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 | ??ヒ?訥げ | 001111110011111110000011011100010011111111100110011000111000001010110000 | 3f3f83713fe66382b0 |
EUC-JP | ??ヒ?訥げ | 001111110011111110100101110100100011111111101011110001001010010010110010 | 3f3fa5d23febc4a4b2 |
UTF-8 | 룵欄ヒ룵訥げ | 111010111010001110110101111011111010010010011101111000111000001110010010111010111010001110110101111010001010100010100101111000111000000110010010 | eba3b5efa49de38392eba3b5e8a8a5e38192 |
UHC | 룵欄ヒ룵訥げ | 100011111010101011010001111011011010101111010010100011111010101011010010111011011010101010110010 | 8faad1edabd28faad2edaab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)