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 | 役??油?┷ | 100101101111000000111111001111111001011011111011001111111000010010111000 | 96f03f3f96fb3f84b8 |
EUC-JP | 役??油?┷ | 110011001111001000111111001111111100110011111101001111111010100010111010 | ccf23f3fccfd3fa8ba |
UTF-8 | 役대뛼油뺧┷ | 111001011011110110111001111010111000110010000000111010111001101110111100111001101011001010111001111010111011101010100111111000101001010010110111 | e5bdb9eb8c80eb9bbce6b2b9ebbaa7e294b7 |
UHC | 役대뛼油뺧┷ | 111001101011010110110100111010111000110110000010111010101111101010010101111011111010011010111010 | e6b5b4eb8d82eafa95efa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)