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 | 霆メ閒ォ悉 | 11101000101110111101001011111011111010001010101111110000101101001000111010111011 | e8bbd2fbe8abf0b48ebb |
EUC-JP | 霆メ?ォ?悉 | 11110000101111011000111011010010001111111000111010101011001111111011110010111101 | f0bd8ed23f8eab3fbcbd |
UTF-8 | 霆メ閒ォ悉 | 111010011001110010000110111011111011111010010010111010011001011010010010111011111011110110101011111011101000000110110011111001101000001010001001 | e99c86efbe92e99692efbdabee81b3e68289 |
UHC | 霆?閒??悉 | 111011111111110100111111111110011101100100111111001111111110001111111010 | effd3ff9d93f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)