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 | 倭??倚⑨? | 100110000110000000111111001111111001100011011111100001110100100000111111 | 98603f3f98df87483f |
EUC-JP | 倭??倚?? | 1100111111000001001111110011111111010000111000010011111100111111 | cfc13f3fd0e13f3f |
UTF-8 | 倭몄뮀倚⑨㏊ | 111001011000000010101101111010111010101010000100111010111010111010000000111001011000000010011010111000101001000110101000111000111000111110001010 | e580adebaa84ebae80e5809ae291a8e38f8a |
UHC | 倭몄뮀倚⑨㏊ | 111010001101111010111000111011001001001010001111111010111110111110101000111011111010011110110101 | e8deb8ec928febefa8efa7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)