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 | ??腸??? | 00111111001111111001001010110000001111110011111100111111 | 3f3f92b03f3f3f |
EUC-JP | 佺?腸??? | 100011111011000011111001001111111100010010110010001111110011111100111111 | 8fb0f93fc4b23f3f3f |
UTF-8 | 佺렮腸어렪몃 | 111001001011110110111010111010111010000010101110111010001000010110111000111011001001011010110100111010111010000010101010111010111010101010000011 | e4bdbaeba0aee885b8ec96b4eba0aaebaa83 |
UHC | 佺렮腸어렪몃 | 111011101110110110001110101110111110110111110011101111101110111010001110101110001011100011101011 | eeed8ebbedf3beee8eb8b8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)