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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊臀? | 1000100011001001111001000101110000111111 | 88c9e45c3f |
EUC-JP | 伊臀? | 1011000011001011111001111011110100111111 | b0cbe7bd3f |
UTF-8 | 伊臀렠 | 111001001011110010001010111010001000011110000000111010111010000010100000 | e4bc8ae88780eba0a0 |
UHC | 伊臀렠 | 111011001010010111010100111010111000111010110001 | eca5d4eb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)